home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / qne16.arc / QNE16.DOC next >
Encoding:
Text File  |  1987-05-22  |  6.2 KB  |  153 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                             QUICK NEWS EDITOR v1.6
  8.                  by Scott Pazur, SYSOP of The Flea Market BBS
  9.                                  201-446-1665
  10.                  
  11. Quick News Editor (QNExx.EXE) is just that, a simple and fast way to update
  12. your PC-Board NEWS and NEWSG files to bring the latest news to your users.
  13. The editor itself functions much the same way as PC-Board handles message
  14. entry, with the same editing commands.  Easy to use, simple to learn, and 
  15. absolutely free.  
  16.  
  17. ============================================================================
  18.  
  19. Why a Version 1.5 only two days after releasing 1.4!
  20.  
  21. Thanx to Gary Thurlow for pointing out a bug in version 1.4 that didn't 
  22. allow the use of path\filename.  It worked fine when editing a file in the
  23. current directory, but blew up when a path longer than 8 characters was 
  24. used.  I'm happy to report that all is now well, enjoy...
  25.  
  26. ============================================================================
  27.  
  28. And now a version 1.6 already!  C'mon, what kind of programmer
  29.  are you anyway Scott?  Can't you get anything right?
  30.  
  31. Well, Mark Rapp had a nice suggestion/question.  Seems that Turbo Basic does
  32. not allow the extended ASCII character set to be input using the 
  33. "LINE INPUT" statement, so I redid the code to be QB compatible, and simply
  34. recompiled to produce this version.  Now you can enter those boxes, betas, 
  35. and any ASCII character you desire into the QNE editor.  
  36. Sorry, still no line wrap.  The little things like this are easy to crank
  37. out, but the line wrap is going to be an interesting little project.
  38. One of these days...
  39.  
  40.  
  41.  
  42.  
  43.  
  44. Starting the program:
  45.  
  46.    QNE now has four possible command line switches.
  47.  
  48.         /F:filename   -   This is the non-color/graphics version of the
  49.                           file you wish to edit.  QNE will also edit
  50.                           the filename above with a "G" appended to the
  51.                           name for the color graphics version, unless
  52.                           the /N switch is specified (see below).  If the
  53.                           /F switch is omitted, QNE assumes you want to
  54.                           edit NEWS and NEWSG in the CURRENT directory.
  55.  
  56.         /C            -   Forces editing screen (your screen, not the 
  57.                           output files) into monochrome mode.
  58.   
  59.         /N            -   Causes QNE to only edit/create/update the straight
  60.                           ASCII NEWS file, and will leave the G version alone.
  61.  
  62.         /G            -   This option eliminates ANSI drawing chars from the
  63.                           non-color/graphics version of the NEWS file.
  64.                           For example:
  65.                             Without /G                With /G
  66.                                                                                                                                     ┌────────┐
  67.                               ───┤MM/DD/YY├──...                    ==[MM/DD/YY]======...
  68.                                                                                                                                     └────────┘
  69.  
  70.  
  71.  
  72. Examples:
  73.  
  74.    Some examples using the command line switches are:
  75.   
  76.           QNExx
  77.              - Will edit NEWS and NEWSG in the current directory (no /F).
  78.                If they do not exist, they will be created.
  79.              - Your screen will be in color during editing (no /C).
  80.              - Will create/edit both NEWS and NEWSG (no /N).
  81.  
  82.           QNExx /F:c:\pcb\gen\news
  83.              - Will edit NEWS and NEWSG in the c:\pcb\gen directory (/F).
  84.                If they do not exist, they will be created.
  85.              - Your screen will be in color during editing (no /C).
  86.              - Will create/edit both NEWS and NEWSG (no /N).
  87.       
  88.           QNExx /F:c:\pcb\gen\news /C 
  89.              - Will edit NEWS and NEWSG in the c:\pcb\gen directory (/F).
  90.                If they do not exist, they will be created.
  91.              - Your screen will be forced to monochrome during editing (/C).
  92.              - Will create/edit both NEWS and NEWSG (no /N).
  93.  
  94.           QNExx /F:c:\pcb\gen\news /C /N
  95.              - Will edit NEWS in the c:\pcb\gen directory (/F).
  96.                If they do not exist, they will be created.
  97.              - Your screen will be forced to monochrome during editing (/C).
  98.              - Will only edit/change NEWS, and not NEWSG. (/N).
  99.                do not exist, they will be created.  
  100.  
  101.           QNExx /F:c:\pcb\gen\news /C /N /G
  102.              - Will edit NEWS in the c:\pcb\gen directory (/F).
  103.                If they do not exist, they will be created.
  104.              - Your screen will be forced to monochrome during editing (/C).
  105.              - Will only edit/change NEWS, and not NEWSG. (/N).
  106.                do not exist, they will be created.  
  107.              - Will not use ANSI drawing chars in NEWS. (/G)
  108.  
  109.  
  110.  
  111. Editing notes:
  112.    The editor does not yet have word wrap!  You've got to hit ENTER for each
  113.    line.  (word wrap will be included in a future release). Limit each line
  114.    to 74 characters.  If not, they will be truncated.  Hitting ENTER on a
  115.    blank line ends the line editing.  You will then have the following 
  116.    choices:
  117.            A - Abort edit, restore files to original state
  118.            S - Save edits
  119.            C - Continue editing from the next line
  120.            D - Delete a line
  121.            I - Insert a line
  122.            L - List text entered thus far
  123.        or  E - Edit text in a particular line
  124.    These choices function much the same way as PC-Board's message editor.
  125.  
  126. Also:
  127.    Once the S option is chosen, and only if you are editing a color/graphic
  128.    NEWSG file, you will be asked for a color choice.  QNE will save the text 
  129.    portion of the current NEWS file in the color of your choice.
  130.  
  131.  
  132.  
  133.  
  134. I lied!
  135.    Sorry, this is not absolutely free as mentioned before.  If you use it,
  136.    and like it, or even if you don't like it, call my board and tell me!
  137.    Let me know if a DOOR version would come in handy, or if there's 
  138.    something you'd like added, or that it's just the thing you were looking
  139.    for, or that you hate the Mets (I might not appreciate that last one too
  140.    much <grin>).  Anyway, I hope you find this useful...
  141.  
  142.  
  143. By:
  144.   Scott Pazur  SYSOP of The Flea Market BBS  201-446-1665  24hours  1200/2400
  145.  
  146.   Version 1.3 Released 04/30/87 
  147.   Version 1.4 Released 05/27/87
  148.   Version 1.5 Released 05/29/87
  149.   Version 1.6 Released 06/02/87
  150.  
  151.  
  152.  
  153.